home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / jade / src / .gdbinit next >
Text File  |  1995-03-09  |  120b  |  7 lines

  1.  
  2. # prints $$ to standard output
  3. define v
  4. set print_val(cmd_stdout_file(), $), stream_putc(cmd_stdout_file(), '\n')
  5. end
  6.  
  7.